Error

We're sorry, but an unhandled error occurred. Please see the details below.

Class 'System\Classes\Lang' not found

/data/f/e/fe0649d5-6fe6-40b7-9d36-a9e75e80480b/hotelmostslavy.sk/web/modules/system/classes/Controller.php line 26

     */
    public function combine($name)
    {
        try {
 
            if (!strpos($name, '-')) {
                throw new ApplicationException(Lang::get('system::lang.combiner.not_found', ['name' => $name]));
            }
 
            $parts = explode('-', $name);
            $cacheId = $parts[0];
 
            $combiner = CombineAssets::instance();

Stack trace

# Called Code Document Line
1 Illuminate\Exception\Handler->handleShutdown()